home *** CD-ROM | disk | FTP | other *** search
/ Chip: 2001 Haziran / CHIP Haziran2001.iso / prog / video / 04 / setup.exe / TMPGEnc.exe / 1041 / RCDATA / TMPEGCONFIG_DEINTERLACEFORM / TMPEGCONFIG_DEINTERLACEFORM.txt
Text File  |  2001-04-04  |  4KB  |  174 lines

  1. object MPEGConfig_DeinterlaceForm: TMPEGConfig_DeinterlaceForm
  2.   Left = 208
  3.   Top = 139
  4.   BorderStyle = bsDialog
  5.   Caption = '∩┐╜C∩┐╜∩┐╜∩┐╜^∩┐╜[∩┐╜∩┐╜∩┐╜[∩┐╜X∩┐╜∩┐╜∩┐╜∩┐╜'
  6.   ClientHeight = 426
  7.   ClientWidth = 535
  8.   Color = clBtnFace
  9.   Constraints.MinHeight = 453
  10.   Constraints.MinWidth = 543
  11.   Font.Charset = SHIFTJIS_CHARSET
  12.   Font.Color = clWindowText
  13.   Font.Height = -12
  14.   Font.Name = '∩┐╜l∩┐╜r ∩┐╜o∩┐╜S∩┐╜V∩┐╜b∩┐╜N'
  15.   Font.Style = []
  16.   OldCreateOrder = False
  17.   PopupMenu = PopupMenu1
  18.   Position = poScreenCenter
  19.   Scaled = False
  20.   ShowHint = True
  21.   OnCreate = FormCreate
  22.   OnDestroy = FormDestroy
  23.   OnShow = FormShow
  24.   PixelsPerInch = 96
  25.   TextHeight = 12
  26.   object Label1: TLabel
  27.     Left = 88
  28.     Top = 360
  29.     Width = 67
  30.     Height = 12
  31.     Anchors = [akBottom]
  32.     Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜@(&M):'
  33.     FocusControl = DeinterlaceFilter
  34.   end
  35.   object Panel2: TPanel
  36.     Left = 5
  37.     Top = 5
  38.     Width = 527
  39.     Height = 340
  40.     Anchors = [akLeft, akTop, akRight, akBottom]
  41.     BevelOuter = bvNone
  42.     BorderStyle = bsSingle
  43.     TabOrder = 0
  44.     object ResultVideoBox: TDXPaintBox
  45.       Left = 0
  46.       Top = 0
  47.       Width = 523
  48.       Height = 320
  49.       AutoStretch = True
  50.       Center = True
  51.       KeepAspect = True
  52.       Stretch = True
  53.       ViewWidth = 0
  54.       ViewHeight = 0
  55.       Align = alClient
  56.       OnClick = ResultVideoBoxClick
  57.       OnDblClick = VideoDblClick
  58.     end
  59.     object DoubleClickLabel: TLabel
  60.       Left = 106
  61.       Top = 150
  62.       Width = 322
  63.       Height = 12
  64.       Anchors = []
  65.       Caption = '∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜_∩┐╜u∩┐╜∩┐╜∩┐╜N∩┐╜∩┐╜∩┐╜b∩┐╜N∩┐╜∩┐╜∩┐╜∩┐╜╞ò\∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜f∩┐╜∩┐╜∩┐╜\∩┐╜[∩┐╜X∩┐╜∩┐╜∩┐╜w∩┐╜∩┐╜┼é∩┐╜∩┐╜▄é∩┐╜∩┐╜B'
  66.       OnDblClick = VideoDblClick
  67.     end
  68.     object VideoScrollBar: TScrollBar
  69.       Left = 0
  70.       Top = 320
  71.       Width = 523
  72.       Height = 16
  73.       Align = alBottom
  74.       Enabled = False
  75.       PageSize = 1
  76.       TabOrder = 0
  77.       OnChange = VideoScrollBarChange
  78.       OnScroll = VideoScrollBarScroll
  79.     end
  80.   end
  81.   object DefaultButton: TButton
  82.     Left = 200
  83.     Top = 396
  84.     Width = 102
  85.     Height = 25
  86.     Anchors = [akBottom]
  87.     Caption = '∩┐╜f∩┐╜t∩┐╜H∩┐╜∩┐╜∩┐╜g∩┐╜╔û▀é∩┐╜'
  88.     TabOrder = 2
  89.     OnClick = DefaultButtonClick
  90.     OnKeyDown = EditKeyDown
  91.   end
  92.   object OKButton: TButton
  93.     Left = 376
  94.     Top = 396
  95.     Width = 73
  96.     Height = 25
  97.     Anchors = [akRight, akBottom]
  98.     Caption = 'OK'
  99.     ModalResult = 1
  100.     TabOrder = 4
  101.     OnClick = OKButtonClick
  102.     OnKeyDown = EditKeyDown
  103.   end
  104.   object CancelButton: TButton
  105.     Left = 456
  106.     Top = 396
  107.     Width = 73
  108.     Height = 25
  109.     Anchors = [akRight, akBottom]
  110.     Cancel = True
  111.     Caption = '∩┐╜L∩┐╜∩┐╜∩┐╜∩┐╜∩┐╜Z∩┐╜∩┐╜'
  112.     ModalResult = 2
  113.     TabOrder = 5
  114.     OnKeyDown = EditKeyDown
  115.   end
  116.   object EnableFilter: TCheckBox
  117.     Left = 416
  118.     Top = 360
  119.     Width = 81
  120.     Height = 17
  121.     Anchors = [akBottom]
  122.     Caption = '∩┐╜t∩┐╜B∩┐╜∩┐╜∩┐╜^∩┐╜L∩┐╜∩┐╜'
  123.     Checked = True
  124.     State = cbChecked
  125.     TabOrder = 3
  126.     OnClick = EnableFilterClick
  127.   end
  128.   object DeinterlaceFilter: TComboBox
  129.     Left = 168
  130.     Top = 357
  131.     Width = 241
  132.     Height = 20
  133.     Style = csDropDownList
  134.     Anchors = [akBottom]
  135.     DropDownCount = 20
  136.     ItemHeight = 12
  137.     TabOrder = 1
  138.     OnChange = DeinterlaceFilterChange
  139.     OnKeyDown = EditKeyDown
  140.   end
  141.   object PopupMenu1: TPopupMenu
  142.     Left = 350
  143.     Top = 166
  144.     object N1: TMenuItem
  145.       Tag = 1
  146.       Caption = '∩┐╜∩┐╜∩┐╜{∩┐╜\∩┐╜∩┐╜'
  147.       OnClick = N1Click
  148.     end
  149.     object N2: TMenuItem
  150.       Tag = 2
  151.       Caption = '∩┐╜Q∩┐╜{∩┐╜\∩┐╜∩┐╜'
  152.       OnClick = N1Click
  153.     end
  154.     object N3: TMenuItem
  155.       Tag = 3
  156.       Caption = '∩┐╜R∩┐╜{∩┐╜\∩┐╜∩┐╜'
  157.       OnClick = N1Click
  158.     end
  159.     object N4: TMenuItem
  160.       Tag = 4
  161.       Caption = '∩┐╜S∩┐╜{∩┐╜\∩┐╜∩┐╜'
  162.       OnClick = N1Click
  163.     end
  164.     object N5: TMenuItem
  165.       Caption = '-'
  166.     end
  167.     object C1: TMenuItem
  168.       Caption = '∩┐╜N∩┐╜∩┐╜∩┐╜b∩┐╜v∩┐╜{∩┐╜[∩┐╜h∩┐╜╔âR∩┐╜s∩┐╜[(&C)'
  169.       ShortCut = 16451
  170.       OnClick = C1Click
  171.     end
  172.   end
  173. end
  174.